home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / jtdial21.arc / JTDIAL.DOC next >
Encoding:
Text File  |  1989-05-20  |  2.0 KB  |  45 lines

  1. ************************************************************************
  2.  System : JTDial   Ver 2.1
  3.  File Name : JtDial.Doc
  4.  By : John T Loper Jr.
  5.  Last modified 05/20/89
  6.  Copyright (c) 1989  John Loper Consulting
  7.                      775 E. Green Street
  8.                      Allentown, Pa. 18103
  9.                      (215)776-1927
  10.  Any reasonable contribution will be rewarded with a disk of other routines
  11.  I have written including Put_Variable which allows Variables to be placed
  12.  on Forms or Reports (one of the new Paradox Toolkit scripts I have written)
  13.  Calc which is a pop-up calculator, etc and some informative articles I have
  14.  written on Paradox
  15.  Released to the Public Domain
  16.  
  17. *************************************************************************
  18.  
  19. Bug in previous version : When first run the procedure bugged out of the
  20. instead of displaying the notice to "edit table as desired"
  21.  
  22.  
  23. To run the dialer program Play the Script JTDial. On the first run a Setup
  24. Table will be created and you will be placed in Paradox with the setup table in
  25. view. Change the Fields by editing the appropriate fields. In particular you
  26. will have to change the Fields "Table Name", "Name Field" and "Phone Field".
  27.  
  28.             JtSetup Table                             Field Description
  29.  
  30.  ╔════Field Name════════╦Field Type╗
  31.  ║  Table Name          ║  A8      ║ Table that has Search Name & Phone #'s
  32.  ║  Name Field          ║  A16     ║ Name of Field to Search for a Name
  33.  ║  Phone Field         ║  A16     ║ Name of Field to get Phone # from
  34.  ║  Form #              ║  A1      ║ The Form # that you want to use
  35.  ║  Dialing Prefix      ║  A9      ║ Dialing prefix (If Required)
  36.  ║  Comm Port           ║  A1      ║ Comm Port # your modem is using
  37.  ║  Tone/Pulse          ║  A1      ║ Tone or Pulse  ( T or P )
  38.  
  39.      ******************** Important Note **************************
  40.  
  41.     If you are not using LPT1 as your printer port, change line 18 in
  42.     JTDial.sc to your port name
  43.  
  44.  
  45.